home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 November / macformat-030.iso / Demos / MF29 / 100 Years of Motoring Demo / Support Files / Tech / Shared.Dir / 00922.ls < prev    next >
Encoding:
Text File  |  1995-03-16  |  254 b   |  15 lines

  1. on theTempo theClicks
  2.   set y to the timer
  3.   repeat while the timer < (y + theClicks)
  4.   end repeat
  5. end
  6.  
  7. on woah howLong
  8.   set y to the timer
  9.   repeat while the timer < (y + (howLong * 60))
  10.     if the mouseDown then
  11.       exit
  12.     end if
  13.   end repeat
  14. end
  15.